home *** CD-ROM | disk | FTP | other *** search
- Path: news.mindspring.com!usenet
- From: rudd@mindspring.com (Justin Rudd)
- Newsgroups: comp.lang.c++
- Subject: Re: C++ newbie asks for help
- Date: Fri, 15 Mar 1996 17:27:55 GMT
- Organization: MindSpring Enterprises
- Message-ID: <4ic9cl$lj6@B1FF.mindspring.com>
- References: <31488AC8.1557@cco.caltech.edu> <4iapek$med@B1FF.mindspring.com> <19960315122445.sstryker@sover.net>
- Reply-To: rudd@mindspring.com
- NNTP-Posting-Host: rudd.mindspring.com
- X-Newsreader: Forte Free Agent v0.55
-
- sstryker@sover.net (Stew Stryker) wrote:
- >Would
-
- > cout << endl;
-
- >work as well here? That's what I tend to use, but that's on a VAX, so the
- >output's to a terminal.
-
- That works fine also...I original started to put that but since he
- already had a \n in it I didn't want to take that out.
-
- But you are right...the endl triggers a flush.
-
- >Just a thought from one newbie to another,
-
- >Stew
-
-
-